var runtime.xbuckets

5 uses

	runtime (current package)
		mprof.go#L144: 	xbuckets  *bucket // mutex profile buckets
		mprof.go#L251: 		b.allnext = xbuckets
		mprof.go#L252: 		xbuckets = b
		mprof.go#L708: 	for b := xbuckets; b != nil; b = b.allnext {
		mprof.go#L713: 		for b := xbuckets; b != nil; b = b.allnext {